# Lighter strong horizontal blur (Triangle 2.9px)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   0,   64,   64,    0
   0,   59,   68,    1
   0,   53,   70,    5
   0,   48,   71,    9
   0,   43,   73,   12
   0,   38,   74,   16
   0,   33,   76,   19
   0,   29,   77,   22
   0,   25,   78,   25
   0,   22,   77,   29
   0,   19,   76,   33
   0,   16,   74,   38
   0,   12,   73,   43
   0,    9,   71,   48
   0,    5,   70,   53
   0,    1,   68,   59